home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / vpic_46.arc / WAIT.DOC < prev    next >
Text File  |  1991-10-03  |  458b  |  12 lines

  1. WAIT.COM  by Bob Montgomery    1-19-89
  2.  
  3. WAIT is a program to delay for the specified number of seconds. Format is:
  4.     wait seconds
  5. where seconds is in the range 1 to 65535 (about 18 hours). Defaults to 1 sec.
  6.  
  7. If a key is pressed before wait times out, wait returns to DOS.
  8.  
  9. If Control C is pressed, wait calls the DOS ^C routine. From a batch file this
  10. gives the 'Terminate batch job (y/n)' message, and allows you to terminate a
  11. batch program.
  12.